Move to using inline todos, update .dockerignore, and remove duplicate timezone records in seed data

This commit is contained in:
Keannu Christian Bernasol 2024-11-13 17:43:36 +08:00
parent b024a74364
commit f7b949a45e
7 changed files with 40 additions and 29 deletions

View file

@ -6,8 +6,7 @@
"hour": "0",
"day_of_week": "*",
"day_of_month": "*",
"month_of_year": "*",
"timezone": "Asia/Manila"
"month_of_year": "*"
},
{
"type": "crontab",
@ -15,8 +14,7 @@
"hour": "1",
"day_of_week": "*",
"day_of_month": "*",
"month_of_year": "*",
"timezone": "Asia/Manila"
"month_of_year": "*"
},
{
"type": "crontab",
@ -24,8 +22,7 @@
"hour": "12",
"day_of_week": "*",
"day_of_month": "*",
"month_of_year": "*",
"timezone": "Asia/Manila"
"month_of_year": "*"
},
{
"type": "crontab",
@ -33,8 +30,7 @@
"hour": "13",
"day_of_week": "*",
"day_of_month": "*",
"month_of_year": "*",
"timezone": "Asia/Manila"
"month_of_year": "*"
}
],
"scheduled_tasks": [
@ -47,8 +43,7 @@
"hour": "1",
"day_of_week": "*",
"day_of_month": "*",
"month_of_year": "*",
"timezone": "Asia/Manila"
"month_of_year": "*"
},
"enabled": true
}