ynput / ayon-shotgrid

A Shotgrid Addon for the Ayon server.
Apache License 2.0
5 stars 7 forks source link

Services: settings renewal period #107

Open jakubjezek001 opened 3 months ago

jakubjezek001 commented 3 months ago

Current Problem

Services only read settings at the start-up stage. Settings can change while services are running, and they may become outdated.

Solution

Consider introducing a settings renewal period. This will refresh settings in active services.

martastain commented 1 month ago

Maybe you could use this https://github.com/ynput/ayon-backend/pull/112