File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed
Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11
2211.00 2025-08-21
33 - Minion::Backend::Pg now requires PostgreSQL 13.
4+ - Removed experimetnal status from lax dependency support.
45 - Added support for task limits.
56 - Added Minion::Util module.
67 - Added spare remote control command, this allows workers to be paused again by combining jobs and spare.
Original file line number Diff line number Diff line change @@ -417,7 +417,7 @@ Job is valid for this many seconds (from now) before it expires.
417417 lax => 1
418418
419419Existing jobs this job depends on may also have transitioned to the C<failed > state to allow for it to be processed,
420- defaults to C<false > . Note that this option is B< EXPERIMENTAL > and might change without warning!
420+ defaults to C<false > .
421421
422422=item notes
423423
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ Job is valid for this many seconds (from now) before it expires.
205205 lax => 1
206206
207207Existing jobs this job depends on may also have transitioned to the C<failed > state to allow for it to be processed,
208- defaults to C<false > . Note that this option is B< EXPERIMENTAL > and might change without warning!
208+ defaults to C<false > .
209209
210210=item notes
211211
@@ -720,7 +720,7 @@ Job is valid for this many seconds (from now) before it expires.
720720 lax => 1
721721
722722Existing jobs this job depends on may also have transitioned to the C<failed > state to allow for it to be processed,
723- defaults to C<false > . Note that this option is B< EXPERIMENTAL > and might change without warning!
723+ defaults to C<false > .
724724
725725=item parents
726726
Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ Job is valid for this many seconds (from now) before it expires.
448448 lax => 1
449449
450450Existing jobs this job depends on may also have transitioned to the C<failed > state to allow for it to be processed,
451- defaults to C<false > . Note that this option is B< EXPERIMENTAL > and might change without warning!
451+ defaults to C<false > .
452452
453453=item notes
454454
@@ -967,7 +967,7 @@ Job is valid for this many seconds (from now) before it expires.
967967 lax => 1
968968
969969Existing jobs this job depends on may also have transitioned to the C<failed > state to allow for it to be processed,
970- defaults to C<false > . Note that this option is B< EXPERIMENTAL > and might change without warning!
970+ defaults to C<false > .
971971
972972=item parents
973973
Original file line number Diff line number Diff line change @@ -528,7 +528,7 @@ Job is valid for this many seconds (from now) before it expires.
528528 lax => 1
529529
530530Existing jobs this job depends on may also have transitioned to the C<failed > state to allow for it to be processed,
531- defaults to C<false > . Note that this option is B< EXPERIMENTAL > and might change without warning!
531+ defaults to C<false > .
532532
533533=item parents
534534
You can’t perform that action at this time.
0 commit comments