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

amelioration : ETQ operateur j'aimerais simplifier/optimiser la gestion des tâches asynchrones #10906

Merged
merged 3 commits into from
Oct 10, 2024

Conversation

mfo
Copy link
Contributor

@mfo mfo commented Oct 10, 2024

fausse manip #10867 j'avais adapté fonction des retour de sim

mfo and others added 2 commits September 24, 2024 21:29
…ult, low

Dear instances, make sure to update your sidekiq processes. Indead, we are adopting a new strategy for daemons that process our background
jobs.

Now their is only 3 queues on sidekiq (still, we keep archive/export on delayed job for now).

The big idea : allow any worker to deal with any queue (capacity mgmt) :
- critical: must be procesed now
- default: will be processed asap
- low: do it after everything else

FYI: we had 50% of our server capacity on reserved queues. Leading to
bottle neck processing (reserved queues/worker not processing other
queues). We HAD TO fix it. Sorry for the inconvenience

TBH, this is an idea of Colin Darie <colin@darie.eu>. I'm just pushing
it forward.

Co-Authored-By: Colin Darie <colin@darie.eu>
@mfo mfo closed this Oct 10, 2024
@mfo mfo reopened this Oct 10, 2024
Copy link

codecov bot commented Oct 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.50%. Comparing base (0cbb296) to head (b8b727f).
Report is 127 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10906      +/-   ##
==========================================
- Coverage   84.68%   84.50%   -0.19%     
==========================================
  Files        1132     1136       +4     
  Lines       25098    25157      +59     
  Branches     4703     4704       +1     
==========================================
+ Hits        21255    21258       +3     
- Misses       3843     3899      +56     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mfo mfo force-pushed the US/reword-queueing branch from 652fcbf to fb76a91 Compare October 10, 2024 07:22
@mfo mfo enabled auto-merge October 10, 2024 07:22
…e critical. analysis is default, purge is low
@mfo mfo force-pushed the US/reword-queueing branch from fb76a91 to b8b727f Compare October 10, 2024 07:31
@mfo mfo added this pull request to the merge queue Oct 10, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 10, 2024
@mfo mfo added this pull request to the merge queue Oct 10, 2024
Merged via the queue into demarches-simplifiees:main with commit fc37bba Oct 10, 2024
18 checks passed
@mfo mfo deleted the US/reword-queueing branch October 10, 2024 07:56
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.

2 participants