File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -597,9 +597,9 @@ the messenger component instead.
597597
598598` code-rhapsodie:dataflow:dump-schema` Generates schema create / update SQL queries
599599
600- ` code-rhapsodie:dataflow:set_crashed ` Jobs that have been in the "running" status for too long will be set in the "crashed" status.
600+ ` code-rhapsodie:dataflow:job:set-crashed ` Jobs that have been in the "running" status for too long will be set in the "crashed" status.
601601
602- ` code-rhapsodie:dataflow:job_cleanup ` Remove old completed or crashed jobs
602+ ` code-rhapsodie:dataflow:job:cleanup ` Remove old completed or crashed jobs
603603
604604# ## Work with many databases
605605
Original file line number Diff line number Diff line change 1010use Symfony \Component \Console \Input \InputInterface ;
1111use Symfony \Component \Console \Output \OutputInterface ;
1212
13- #[AsCommand(name: 'code-rhapsodie:job_cleanup ' , description: 'Cleanup job history. ' )]
13+ #[AsCommand(name: 'code-rhapsodie:job:cleanup ' , description: 'Cleanup job history. ' )]
1414class JobCleanupCommand extends Command
1515{
1616 public function __construct (private JobRepository $ jobRepository , private int $ retention )
Original file line number Diff line number Diff line change 1010use Symfony \Component \Console \Input \InputInterface ;
1111use Symfony \Component \Console \Output \OutputInterface ;
1212
13- #[AsCommand(name: 'code-rhapsodie:set_crashed ' , description: 'Set long running jobs as crashed. ' )]
13+ #[AsCommand(name: 'code-rhapsodie:job:set-crashed ' , description: 'Set long running jobs as crashed. ' )]
1414class SetCrashedCommand extends Command
1515{
1616 public function __construct (private JobRepository $ jobRepository , private int $ crashedDelay )
You can’t perform that action at this time.
0 commit comments