(Hidden by Administrator)
Bug 1638921 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
expireartifacts, expiretasks, and expiretaskdependency all run daily and k8s is configured to kill them if they take longer than a day. In the Firefox CI deployment, this is happening since 2020/04/17. That is 1 day before we switched from Azure storage to Postgres. ``` expiretask, expiretaskdependency logs have the error "ResourceNotFoundError: Resource not found at makeError (/app/libraries/entities/src/index.js:61:15) at make404 (/app/libraries/entities/src/index.js:68:23) at subClass.remove (/app/libraries/entities/src/index.js:150:13) at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:97:5) at async Promise.all (index 0) at async handleResults (/app/libraries/entities/src/index.js:499:9) at async handleResults (/app/libraries/entities/src/index.js:502:18) at async handleResults (/app/libraries/entities/src/index.js:502:18) at async handleResults (/app/libraries/entities/src/index.js:502:18) at async Function.scan (/app/libraries/entities/src/index.js:505:17) at async Function.TaskDependency.expire (/app/services/queue/src/data.js:641:3) at async /app/services/queue/src/main.js:531:23 at async Monitor.oneShot (/app/libraries/monitor/src/monitor.js:191:7)" ``` I don't see any errors in the expireartifacts logs.