Project

General

Profile

Download (1.62 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
9b91cc93 05/14/2024 02:40 PM Bernhard Suttner

Fixes #37444 - get rid of sidekiq deprecation warnings

de48fb5b 03/04/2024 10:48 AM Ewoud Kohl van Wijngaarden

Refs #36574 - Avoid patching Fastgettext

The code defines an additional method on Fastgettext but there's no
reason to do so. It can just as well define a method on itself.

a6cf5c63 11/01/2022 09:03 AM Ewoud Kohl van Wijngaarden

Refs #35414 - Log an early message on dynflow startup

When the service is marked as ready, the verification starts. When
puppet-foreman configures the service using journald logging it checks
the journal. However, the application can take a while to really start...

0ab14da1 09/23/2022 02:07 PM Adam Ruzicka

Refs #35414 - Fix sd_notify for multiple orchestrators

9b0652fe 09/23/2022 02:07 PM Adam Ruzicka

Fixes #35414 - Drop sd_notify usage

Sidekiq should be doing this on its own behind the scenes

b6b6ffc0 05/07/2021 01:13 PM Lukáš Zapletal

Fixes #31717 - lazy-load fast_gettext for faster boot (#8275)

It's because we switch over all 20 languages to actually pull language name in the native language into a list of available languages. We use that in three places: settings page, user page and GraphQL....

c2291d6e 08/31/2020 03:24 PM Adam Ruzicka

Fixes #30730 - Implement systemd notify support for dynflow-sidekiq

b82860e5 12/26/2019 05:33 PM Adam Ruzicka

Fixes #28204 - Run Dynflow with Sidekiq using docker-compose

Allow configuring redis url using env variable
Fix REX queue name
Deploy separate Redises for tasking and caching
Create a volume for persistent redis
Fix configuration using env variables

03116659 10/27/2019 01:23 PM Adam Ruzicka

Fixes #28139 - Fix dynflow initialization with Sidekiq

bc37baca 10/24/2019 07:14 AM Ondřej Ezr

Refs #28064 - add sidekiq configs