Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix create task schedule task_type #1408

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

baumandm
Copy link
Contributor

@baumandm baumandm commented Feb 9, 2024

Currently Data Doc tasks are being created with task_type "prod" instead of "user".

This is because the get_schedule_task_type() function expects the Celery task name (tasks.run_datadoc.run_datadoc), not the task name (run_data_doc_#).

@jczhong84
Copy link
Collaborator

thanks for fixing it!

@jczhong84 jczhong84 merged commit 4e1c721 into pinterest:master Feb 13, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants