-
-
Notifications
You must be signed in to change notification settings - Fork 471
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
[12.0][BCK] queue_job: unify no delay option / unified views / don't raise warning for valid context #682
base: 12.0
Are you sure you want to change the base?
Conversation
Current situation: * multiple keys for no good reason * half baked: not all of them used everywhere * no centralization * poor naming With this change we'll have: * 1 and only one key to disable via ctx: ``queue_job__no_delay`` * 1 and only one key to disable via os env: ``QUEUE_JOB__NO_DELAY`` * backward compatibility with deprecation for old keys
Hi @guewen, |
Split one model per file, as advised in the contribution guide.
8859896
to
77d6da1
Compare
77d6da1
to
165508c
Compare
As the 'queue_job__no_delay' context key is the valid one to use, don't raise warnings during tests, but log it as information level.
c88ac06
to
f328bde
Compare
This PR has the |
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Backported :