Skip to content

Commit

Permalink
Updated scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
simba77 committed Jul 5, 2024
1 parent 88349aa commit 3f92001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/ScheduleCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
$scheduler->php($rootDir . '/bin/console securities:get-moex-bonds')->everyMinute(5);
$scheduler->php($rootDir . '/bin/console currency:get-rates')->everyMinute();
$scheduler->php($rootDir . '/bin/console securities:get-moex-futures')->everyMinute(5);
$scheduler->php($rootDir . '/bin/console securities:get-moex-shares')->hourly(3);
$scheduler->php($rootDir . '/bin/console securities:get-moex-shares')->everyMinute(5);
// $scheduler->php($rootDir . '/bin/console securities:get-spb-shares')->everyMinute(5);
$scheduler->php($rootDir . '/bin/console securities:get-tinvest-shares')->daily(22);
$scheduler->php($rootDir . '/bin/console securities:get-market-data')->everyMinute(2);
Expand Down

0 comments on commit 3f92001

Please sign in to comment.