Skip to content

Commit

Permalink
Increase crom time.
Browse files Browse the repository at this point in the history
  • Loading branch information
LOBsTerr committed Sep 12, 2023
1 parent 3efe84f commit 607c976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Plugin/QueueWorker/ActivityProcessorQueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @QueueWorker(
* id = "activity_processor_queue",
* title = @Translation("Activity Processor queue"),
* cron = {"time" = 10}
* cron = {"time" = 100}
* )
*/
class ActivityProcessorQueue extends ActivityQueueWorkerBase {
Expand Down
2 changes: 1 addition & 1 deletion src/Plugin/QueueWorker/CreditItemProcessorQueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* @QueueWorker(
* id = "credit_item_processor_queue",
* title = @Translation("Credit Item Processor queue"),
* cron = {"time" = 86000}
* cron = {"time" = 100}
* )
*/
class CreditItemProcessorQueue extends ActivityQueueWorkerBase {
Expand Down

0 comments on commit 607c976

Please sign in to comment.