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

Enhance : Queue name and workers name #233

Merged
merged 1 commit into from
Mar 20, 2024
Merged

Conversation

kshitijrajsharma
Copy link
Member

What does this PR do ?

  • Changes naming conventions of default queue and ondemand queues , Previously it was misaligning with the meaning

Consideration :

Following explanation is conveyed through the PR

  • raw_ondemand : it's a queue that will swamp up the workers on user's demand. Whenever there is an item in queue, worker should be launched
  • raw_daemon : it's a default queue that keeps listening to request for default exports and will be avilable 24/7

How to test ?

  • Launch your workers according to the documentation

@kshitijrajsharma kshitijrajsharma changed the title Enhance : Queue Name and workers name Enhance : Queue name and workers name Mar 20, 2024
@kshitijrajsharma kshitijrajsharma marked this pull request as ready for review March 20, 2024 13:04
@kshitijrajsharma kshitijrajsharma merged commit 09fff0a into develop Mar 20, 2024
8 of 10 checks passed
@kshitijrajsharma kshitijrajsharma deleted the enhance/queue-name branch March 20, 2024 13:08
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