tjhiggins

Results 43 comments of tjhiggins

Also broken with sinon.useFakeTimers. The first mocked calls works, but any subsequent call times out.

@ldez I'm happy to open a pr and add a preCheck for the http01 challenge. Any reason one doesn't already exist?

Couldn't you make an http request to the challenge url and verify the challenge result? This is purely to avoid hitting rate limits where the url doesn't resolve, but the...

@dmke that is correct. Except that traefik already registers the well-known route so there is no need to start an Http Server. It would be requesting and seeing if we...

@ldez any reason I shouldn't implement and put up a pr? I can make it disabled by default, but I'm still surprised it didn't already exist given the existence of...

Just started using and I think you can ref name in the onQueueFailed. The following works for me as expected: ```ts @Process('install-application') async installApplication(job: Job) { ... } @OnQueueFailed({ name:...

When I switched drivers the issue for me was with the persistent storage volumes. No guarantees, but you could try: ~~- set worker statefulset replicas=0~~ ~~- delete worker persistent storage...

Realized that after. Fyi this looks like it will be fixed on concourse 6. We have been testing the latest rc and haven't seen this issue yet. https://github.com/concourse/concourse/issues/5281