Skip to content

Commit

Permalink
#000 | set goonj job cron to run every 10 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
himeshr committed May 9, 2023
1 parent 9cc6068 commit ce3c790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure/group_vars/staging_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ int_appserver_app_url: "int-staging.avniproject.org"
goonj_sf_app_url: "https://goonj--patialv1.sandbox.my.salesforce.com/services/apexrest/v1"
goonj_sf_auth_url: "https://test.salesforce.com/services/oauth2/token"
amrit_server_url: "http://amritwprdev.piramalswasthya.org:8080"
goonj_schedule_cron: "0 0/2 * * * ?"
goonj_schedule_cron: "0 0/10 * * * ?"
power_schedule_cron: "0 0 * * * ?"
amrit_schedule_cron: "0 0/2 * * * ?"
goonj_app_tasks: "all"
Expand Down

0 comments on commit ce3c790

Please sign in to comment.