Skip to content

Commit

Permalink
fixup! fixup! queue_job: add cron to purge dead jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
hparfr committed Jun 3, 2024
1 parent fb06ddd commit 250bd9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queue_job/data/queue_data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<field name="state">code</field>
<field name="code">model.requeue_stuck_jobs()</field>
</record>
<record id="ir_cron_queue_job_fail_dead_jobs()" model="ir.cron">
<record id="ir_cron_queue_job_fail_dead_jobs" model="ir.cron">
<field name="name">Take care of unresponsive jobs</field>
<field name="interval_number">15</field>
<field name="interval_type">minutes</field>
Expand Down

0 comments on commit 250bd9e

Please sign in to comment.