Implement cron-like scheduling in Flyte flows
625
See https://github.com/HotelsDotCom/flyte-ticker
A simple ticker pack for Flyte. Emits a "Tick" event every minute which can be used in flows for cron like behaviour. The event looks like this:
{
"time": "2018-02-14T17:14:37.765525Z"
}
That is, the time is in the ISO-8601 format.
The plugin is configured using environment variables:
| ENV VAR | Default | Description | Example |
|---|---|---|---|
FLYTE_API | - | The API endpoint to use | http://localhost:8080 |
FLYTE_API_TIMEOUT | 10 secs | Combined timeout for accessing the API | 20 |
FLYTE_LABELS | - | Labels to disambiguate this instance | env=staging,bar=foo |
Content type
Image
Digest
Size
7 MB
Last updated
about 6 years ago
docker pull hotelsdotcom/flyte-ticker