I was hoping to hit some new endpoints and try out MikroORM tonight but instead some fairly boring quality-of-life improvements took up my time.

  • I added a job queuing feature that will remove existing queues if they don’t match the pattern currently configured. This allows me to change queue scheduling and know the old queues will be cleaned up
  • I added authentication to Seq - turns out it will block querying for ten minutes if it thinks multiple users are accessing it
  • I added update scripts to pull, rebuild and restart the app docker container
  • I increased the leaderboard polling to 10 minutes, this resolves an issue where the rate of change had zero delta every second poll:

alt text

Source