Arthur Chui
Arthur Chui
In a recent incident, a mission-critical **daily** cron was skipped because a leader just stepped down and a new leader was elected 40s later. According to the [document](https://github.com/sidekiq/sidekiq/wiki/Ent-Periodic-Jobs#limitations) of Ent...
After upgrading Raiils 6.1 to 7.0, the app fails to boot because the [initializer](https://github.com/yuki24/artemis/blob/b314f25059ba912805d2c1ab718f261e81caacbc/lib/artemis/railtie.rb#L60-L72) `graphql.client.preload` cannot load the registered service. ``` /app/app/lib/my_graphql.rb:1:in `': uninitialized constant GraphqlClient (NameError) class MyGraphql <...