Skip to content

Commit

Permalink
restore schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsiaw committed Aug 18, 2023
1 parent c3cf9a9 commit b9849a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion barcelona.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ environments:
name: barcelona
image_name: public.ecr.aws/degica/barcelona
before_deploy: rake db:migrate
scheduled_tasks: []
scheduled_tasks:
# 10AM JST every week day
- schedule: cron(0 1 ? * MON-FRI *)
command: bin/chaos
services:
- name: web
service_type: web
Expand Down

0 comments on commit b9849a8

Please sign in to comment.