bcgov / nr-rfc-grib-copy

Demo of using github actions to copy / process raw data
Apache License 2.0
2 stars 2 forks source link

Remove cron trigger from pipeline job #80

Open franTarkenton opened 1 year ago

franTarkenton commented 1 year ago

The job is now successfully running using the event based triggering mechanism in openshift.

This task will update the pipeline job, deactivating the cron based trigger

franTarkenton commented 11 months ago

Now thinking of leaving this in place after the listener missed a few days. Having the listener trigger should provide the data earlier, however if for some reason that trigger fails, the cron job will ensure the process runs in the morning before the data is required.