0

I've just started using wercker and I'd like a job to run regularly (e.g. daily, hourly). I realize this may be an anti-pattern, but is it possible? My intent is not to keep the container running indefinitely, just that my workflow is executed on a particular interval.

blong
  • 2,815
  • 8
  • 44
  • 110

1 Answers1

1

You can use a call to the Wercker API to trigger a build for any project which is set up already in Wercker.

So maybe set up a cron job somewhere that uses curl to make the right API call?

ocean
  • 1,335
  • 15
  • 26