Skip to content

issues Search Results · repo:thread/routemaster language:Python

Filter by

31 results
 (51 ms)

31 results

inthread/routemaster (press backspace or delete to remove)

SQLAlchemy 2.0 is going to have a lot of changes vs the 1.x series. See the migration guide for more details.
  • PeterJCLaw
  • Opened 
    on Sep 24, 2022
  • #125

Test requirements are listed in both setup.py and scripts/testing/requirements.txt. They seem to mostly be duplicates, though there are some differences. I suspect the latter is more correct, though not ...
  • PeterJCLaw
  • Opened 
    on Apr 3, 2022
  • #118

Per https://github.com/thread/routemaster/pull/15#discussion_r185600620
  • PeterJCLaw
  • Opened 
    on Apr 3, 2022
  • #117

For example https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml looks like it could help with this, though we might need to publish the schema somewhere?
  • PeterJCLaw
  • Opened 
    on Jul 6, 2021
  • #110

It would be really handy for debugging to have a tool to force a label into a given state. This would allow, for example, a test user to be sent through a workflow several times to validate things that ...
  • PeterJCLaw
  • Opened 
    on Mar 23, 2021
  • #107

Routemaster configs can get quite verbose and repetitive. It would be great to be able to convert something like this: states: - gate: first triggers: - time: 17h30m timezone: metadata.timezone ...
  • PeterJCLaw
  • Opened 
    on Sep 30, 2020
  • #101

Currently if the routemaster cron processing is delayed it will try to catch up when it next runs. This is handled by remembering the last-run time in memory. However this means that if the cron processing ...
  • PeterJCLaw
  • Opened 
    on Jan 15, 2020
  • #93

The History model records the created time of each entry, however these are not always consistently generated. In some parts of the code they are unspecified, meaning that the default from the model (datetime.datetime.now(dateutil.tz.tzutc())) ...
  • PeterJCLaw
  • 3
  • Opened 
    on Sep 18, 2019
  • #89

It would be really useful to have the duration which was taken to get a label from one state to the next in Prometheus. This somewhat be worked out from the history entries post-hoc for analysis, however ...
  • PeterJCLaw
  • Opened 
    on Sep 18, 2019
  • #88

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, then on a minute cron process all ...
  • danpalmer
  • 1
  • Opened 
    on May 2, 2018
  • #70
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub