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

Feature : Multiple Queue Support #378

Merged
merged 3 commits into from
Mar 26, 2025
Merged

Conversation

kshitijrajsharma
Copy link
Member

@kshitijrajsharma kshitijrajsharma commented Mar 19, 2025

What does this PR do ?

  • It allows multiple worker to swamp up based on the queue , meaning ramp training can have its own worker and yolo training can have another , resulting one training doesn't impact another worker !
  • Blocked by HOTFix : Training Instance in Notification  #377

How to swamp up worker ?

Use queue in celery command -Q ramp_training,yolo_training

For eg :

celery -A aiproject worker --loglevel=INFO --concurrency=1 -Q ramp_training,yolo_training

@kshitijrajsharma kshitijrajsharma marked this pull request as ready for review March 25, 2025 23:36
@kshitijrajsharma kshitijrajsharma merged commit a1fbaa6 into develop Mar 26, 2025
1 check passed
@kshitijrajsharma kshitijrajsharma deleted the feature/multiple-queue branch March 26, 2025 08:31
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.

1 participant