Skip to content

Commit 1535c42

Browse files
committed
Remove unnecessary cron tasks from app.json
1 parent ef091ce commit 1535c42

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

app.json

-8
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,12 @@
11
{
22
"cron": [
3-
{
4-
"command": "bundle exec rake projects:sync",
5-
"schedule": "*/30 * * * *"
6-
},
73
{
84
"command": "bundle exec rake projects:sync_reviewed",
95
"schedule": "*/30 * * * *"
106
},
117
{
128
"command": "bundle exec rake projects:import",
139
"schedule": "0 0 * * *"
14-
},
15-
{
16-
"command": "bundle exec rake projects:discover",
17-
"schedule": "0 0 * * *"
1810
}
1911
]
2012
}

0 commit comments

Comments
 (0)