Tomáš Linhart
Tomáš Linhart
Hi Jon, I know the issue could be solved in a similar fashion to what you propose. I just don't think it's a clean solution. Mixing access to API endpoint...
I'm experiencing probably the same or similar behaviour. The setup is as follows. I have 3 instances of Dockerized Redbeat (version 0.13.0) running on 3 different hosts. Celery (version 4.3.0)...
I end up using this to get a list of RedBeat entries: ``` from pprint import pprint from celery import Celery from redbeat import schedulers app = Celery(broker='amqp://myuser:mypassword@myhost:5672/celery') app.conf.update({ 'redbeat_redis_url':...
@thesobercoder According to [this issue](https://github.com/serverless-nextjs/serverless-next.js/issues/777), there's a chance that v2 will come closer to what you (and me as well) desire.
Just a quick addition. I can work around the issue by exporting the stack, changing the corresponding resource's inputs and outputs and importing the stack back.
@Granitosaurus That might help in certain cases when ban is set based on HTTP status. But in general, ban policy can be more complicated (even the defaut one sets a...
I'm experiencing the same issue, tried to [ask on Slack](https://pulumi-community.slack.com/archives/C84L4E3N1/p1664184654465199) but no response.
Hi @tphoney, this PR doesn't add support for pushing the drone-docker image itself to ECR. It adds support for building and pushing images to ECR Public registry in the pipeline...
I've just encountered this issue as it breaks our API as well. It seems it was fixed in https://github.com/graphql-python/graphene/commit/19ebf08339263f0446235ddffbbab0e6d3f11699, at least for the `Argument` type.
- https://eslint.org/docs/latest/use/configure/migration-guide - https://eslint.org/blog/2023/10/flat-config-rollout-plans/