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

Do not error if passing multiple args or kwargs to the batch task. #39

Merged
merged 3 commits into from
Feb 15, 2022

Conversation

clokep
Copy link
Owner

@clokep clokep commented Feb 11, 2022

Fixes #38.

@clokep clokep marked this pull request as ready for review February 11, 2022 21:11
@clokep
Copy link
Owner Author

clokep commented Feb 14, 2022

I think this is probably fine, but looks like CI broke at some point and isn't actually running tox... See #40.

@clokep clokep merged commit 4a96b9a into main Feb 15, 2022
@clokep clokep deleted the args-and-kwargs branch February 15, 2022 13:32
@clokep clokep mentioned this pull request Apr 25, 2022
rammie pushed a commit to rammie/celery-batches that referenced this pull request Apr 29, 2023
…lokep#39)

Bypass the built-in checks from Celery which attempt to ensure
the args/kwargs match the signature of the task.
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.

Proper way to pass more than one positional argument
1 participant