You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2021. It is now read-only.
Idler retrieves tenants information only once during the boot time. Its doesn't get updated until next restart.
A side effect of such issue is, Idler, keeps stale deployments despite those deployments got de-provisioned.
Hence it results in HTTP 404 when it tries to idle Jenkins deployment. It also needs to remove state builds for associated deployments.
Idler needs to sync with tenant service and remove deleted deployments.
Provide an API a delete tenant API for tenant service. So tenant service would consume it
or
Sync peridocially with tenant-service
The text was updated successfully, but these errors were encountered:
Idler retrieves tenants information only once during the boot time. Its doesn't get updated until next restart.
A side effect of such issue is, Idler, keeps stale deployments despite those deployments got de-provisioned.
Hence it results in HTTP 404 when it tries to idle Jenkins deployment. It also needs to remove state builds for associated deployments.
Idler needs to sync with tenant service and remove deleted deployments.
delete tenant
API for tenant service. So tenant service would consume itor
The text was updated successfully, but these errors were encountered: