Skip to content

Commit

Permalink
ITKDevOps: Added cron jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
cableman committed Dec 4, 2024
1 parent cbb8196 commit 367b7e4
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion .woodpecker/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,51 @@ steps:
- itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --yes deploy
cron:
cron:
minute: '*/5'
hour: '*'
day: '*'
month: '*'
weekday: '*'
job: 'itkdev-docker-compose-server exec phpfpm vendor/bin/drush --uri="https://deltag.aarhus.dk" core:cron'
hearing-state-update:
minute: '*/1'
hour: '*'
day: '*'
month: '*'
weekday: '*'
job: 'itkdev-docker-compose-server exec phpfpm vendor/bin/drush --uri="https://deltag.aarhus.dk" hoeringsportal:data:hearing-state-update'
public_meeting:
minute: '*/1'
hour: '*'
day: '*'
month: '*'
weekday: '*'
job: 'itkdev-docker-compose-server exec phpfpm vendor/bin/drush --uri="https://deltag.aarhus.dk" hoeringsportal:public_meeting:state-update'
deskpro:
minute: '*/5'
hour: '*'
day: '*'
month: '*'
weekday: '*'
job: 'itkdev-docker-compose-server exec phpfpm vendor/bin/drush --uri="https://deltag.aarhus.dk" advancedqueue:queue:process hoeringsportal_deskpro'
finish-overdue-proposals:
minute: '*/5'
hour: '*'
day: '*'
month: '*'
weekday: '*'
job: 'itkdev-docker-compose-server exec phpfpm vendor/bin/drush --uri="https://deltag.aarhus.dk" hoeringsportal-citizen-proposal:finish-overdue-proposals'
archiving:
minute: '0'
hour: '*'
day: '*'
month: '*'
weekday: '*'
job: 'itkdev-docker-compose-server exec phpfpm vendor/bin/drush core:cron'
job: 'itkdev-docker-compose-server exec phpfpm vendor/bin/drush --uri="https://deltag.aarhus.dk" advancedqueue:queue:process hoeringsportal_citizen_proposal_archiving'
delete-replies:
minute: '3'
hour: '*'
day: '*'
month: '*'
weekday: '*'
job: 'itkdev-docker-compose-server exec phpfpm vendor/bin/drush --uri="https://deltag.aarhus.dk" hoeringsportal:data:delete-replies'

0 comments on commit 367b7e4

Please sign in to comment.