Dan Palmer

Results 50 issues of Dan Palmer

Currently we don't handle retries on cron evaluation. What we should be doing is using the cron job for gate evaluation to set a "awaiting evaluation" flag on a label,...

We have a foreign key constraint that references (label, state_machine). This has a corresponding btree index, where the ordering of the components of the contraint matter. This means that queries,...

Extend create_label in tests to take an optional state, and create the history, but not actually execute the states for the path to that state. This should simplify the tests...

Enhancement

This will let us remove the ickyness in 2cf209e.

Probably similar in implementation to the metadata processing trigger.

From #35... @PeterJCLaw > I realise we already have some credentials in the routemaster config file (specifically webhook API keys end up there), though I wonder whether we should look...

Enhancement

See https://github.com/thread/routemaster/pull/27 for details about when it was removed. Reverting https://github.com/thread/routemaster/commit/d8a33d855fd8c89c532ed124db1611998797623b should be a good starting point for this work.

Enhancement