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

Use celery for message queues #24

Merged
merged 56 commits into from
Nov 6, 2024
Merged

Use celery for message queues #24

merged 56 commits into from
Nov 6, 2024

Conversation

PythonFZ
Copy link
Member

@PythonFZ PythonFZ commented Oct 24, 2024

  • in the .paraffin add a .gitignore to ignore all files in there

have an delete existing runs issue

Celery might not be able to handle DVC graphs celery/celery#9376

Sorry, something went wrong.

@PythonFZ PythonFZ linked an issue Oct 24, 2024 that may be closed by this pull request
pre-commit-ci bot and others added 7 commits October 25, 2024 07:52
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
for more information, see https://pre-commit.ci
pre-commit-ci bot and others added 13 commits October 25, 2024 08:35
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…into 22-use-celery
PythonFZ and others added 7 commits November 4, 2024 11:36
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
@PythonFZ PythonFZ marked this pull request as ready for review November 5, 2024 17:04
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
paraffin/cli.py Outdated Show resolved Hide resolved
paraffin/cli.py Outdated
Comment on lines 32 to 33
if queues is None or len(queues) == 0:
queues = "celery"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just set the typer default to celery

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you checked multiple queues. Do you need to ",".join()

paraffin/cli.py Outdated Show resolved Hide resolved
paraffin/utils.py Outdated Show resolved Hide resolved
paraffin/utils.py Outdated Show resolved Hide resolved
paraffin/utils.py Outdated Show resolved Hide resolved
paraffin/worker/__init__.py Outdated Show resolved Hide resolved
paraffin/worker/__init__.py Outdated Show resolved Hide resolved
PythonFZ and others added 6 commits November 6, 2024 11:05
for more information, see https://pre-commit.ci
…into 22-use-celery
for more information, see https://pre-commit.ci
@PythonFZ PythonFZ linked an issue Nov 6, 2024 that may be closed by this pull request
@PythonFZ PythonFZ merged commit bbd77c8 into main Nov 6, 2024
4 checks passed
@PythonFZ PythonFZ deleted the 22-use-celery branch November 6, 2024 10:10
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.

Use celery select runs via labels
1 participant