Yarik
Yarik
Hi there! Thank you for report. It is actually the bug coming from library https://github.com/lotas/contentful-graph/issues/6 And the issue is still not resolved apparently :) What would have help a lot,...
Hey @tlambrou I've released new version of `contentful-graph`: `1.2.0` which should fix the issue. Commented here: https://github.com/lotas/contentful-graph/issues/6#issuecomment-437627806 Please let me know if this solves your issue. Thanks
@tlambrou Thanks for the update. Funny thing, I forgot to push latest changes of `contentful-graph-web` with updated dependencies :) Did it now. Plus, for docker it might be that you...
@tlambrou thanks again! :) hmmm.. that must be something new in the generated file, probably one of the entities contains `"`? Would it be possible to share the json or...
> @lotas Happy to help with the chocolatey implementation. hey @jwmoss that would be awesome! We have [brew](https://github.com/taskcluster/homebrew-tap) at this point implemented already.
@abdelquodr please let us know if you would still like to finish this ticket. For now I will close it, if you would like to continue, just reopen or start...
Bad instances are being stopped in the same way as the rest. It means they all use same `removeWorker()` call. For AWS provider it will be calling `this.ec2s[region].terminateInstances()` For GCP:...
Still happening. probably worth having a look
From the DB logs: ``` textPayload 2023-11-24 08:22:15.699 UTC [3557975]: [12-1] db=taskcluster,user=taskcluster_queue STATEMENT: select * from "create_queue_artifact"($1,$2,$3,$4,$5,$6,$7,$8) "2023-11-24 08:22:15.699 UTC [3557975]: [11-1] db=taskcluster,user=taskcluster_queue CONTEXT: SQL statement "insert into queue_artifacts (task_id,...
https://github.com/taskcluster/taskcluster/blob/31887ebad7890df3035912b6ba92b3f6b56b0666/services/queue/src/artifacts.js#L108-L134 it might be actually an expected behavior since worker changes `live.log` to redirect once the task finishes, and there is no other dedicated `updateArtifact` method