How To
How to enable Feature Flag for HangfirePostgresqlJobStorage (10.19.1 +)
3 min
the hangfirepostgresqljobstorage feature flag lets postgresql process hangfire jobs this feature is disabled by default in spi 10 19 0/1, and it needs to be enabled from the config maps follow the steps to enable the feature management flag hangfirepostgresqljobstorage edit config map kubectl edit cm feature management swimlane featuremanagement hangfirepostgresqljobstorage is set as “false“ by default and we have to change it to “true“ as shown in the example below swimlane featuremanagement hangfirepostgresqljobstorage "true" save the changes restart the swimlane api, tasks, reports, and web deployment kubectl rollout restart deploy swimlane api swimlane tasks swimlane reports swimlane web if selenium chromedriver is enabled, we have to restart the chrome deployment kubectl rollout restart deploy swimlane chrome log in to the swimlane ui and refresh the hangfire page at the bottom of the hangfire page shows postgresql and the host as postgresql the hangfirepostgresage flag is enabled