Sign inSign up

hotelsdotcom/flyte-ticker

By hotelsdotcom

Updated about 6 years ago

Implement cron-like scheduling in Flyte flows

Image
5

625

hotelsdotcom/flyte-ticker repository overview

See https://github.com/HotelsDotCom/flyte-ticker license Build Status

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.

Configuration

The plugin is configured using environment variables:

ENV VARDefaultDescriptionExample
FLYTE_API-The API endpoint to usehttp://localhost:8080
FLYTE_API_TIMEOUT10 secsCombined timeout for accessing the API20
FLYTE_LABELS-Labels to disambiguate this instanceenv=staging,bar=foo

Tag summary

Content type

Image

Digest

Size

7 MB

Last updated

about 6 years ago

docker pull hotelsdotcom/flyte-ticker