OCA / queue

Asynchronous Job Queue
GNU Affero General Public License v3.0
183 stars 460 forks source link

Disable queue_job in staging env #526

Closed jgu-opennet closed 11 months ago

jgu-opennet commented 1 year ago

Hello,

I have a question I was not able to find an answer in the doc.

Context: A staging environment has no queue_job loaded as server_wide_module. When duplicating the database from prod (contains queued jobs) will it cause stability issues in the staging env (apart from jobs not running) ? empirically i could say it's safe but would be great to have an expert confirmation.

I also think that the installation documentation is lacking information about setting up queue_job in a multi database setup. I could make a PR to improve doc if you are interested?

Thank you

guewen commented 1 year ago

Hi, if the staging environment does not load queue_job in the server wide modules, jobs will not be executed at all in this env, so it's safe :+1: .

Regarding a PR, I'd say any help is welcome!

github-actions[bot] commented 1 year ago

There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.