Skip to content

Commit 4a91f6c

Browse files
committed
remove not available task
1 parent accbb65 commit 4a91f6c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

config/schedule.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
hourly_active_step_job:
2-
cron: "0 * * * *"
3-
class: "InvokeRakeTaskJob"
4-
queue: default
5-
status: <%= ENV.fetch("CHANGE_ACTIVE_STEP", "enabled") %> # enabled by default
6-
args:
7-
task: decidim_participatory_processes:change_active_step
1+
# hourly_active_step_job:
2+
# cron: "0 * * * *"
3+
# class: "InvokeRakeTaskJob"
4+
# queue: default
5+
# status: <%= ENV.fetch("CHANGE_ACTIVE_STEP", "enabled") %> # enabled by default
6+
# args:
7+
# task: decidim_participatory_processes:change_active_step
88

99
daily_open_data_job:
1010
cron: "3 3 * * *"

0 commit comments

Comments
 (0)