Fabio Todaro
Fabio Todaro
Simplejson is slower than stdlib json implementation in python 3, why don't you want to allow to override the default behavior at least?
With this PR you are removing the support for custom role permissions, am I right? We were waiting for the support of custom roles and then the PR was reverted,...
@joshua-hancox @kfcampbell any news? this is blocking us from adopting this provider
`celery_total_task` should be reported as Counter in documentation. We could consider a gauge version for actual queue length like asked in #25
@MRoci I referred to this: https://docs.celeryproject.org/en/stable/whatsnew-5.0.html
We are aware of this bug it's not easy to refresh the queue list in real time. @itsx the "celery" queue is the default one is used to run internal...
With redis is easy we could just query the queue length, but there is no easy way to do it that would be compatible with all supported brokers. Another solution...
This is breaking our production workloads please consider to revert PR that is causing this behaviour
ATM is not possible to override through ENV VAR, for some reason setting `AWS_EC2_METADATA_DISABLED=false` doesn't work. We had to change all our Providers and add `aws:skipMetadataApiCheck false` https://github.com/pulumi/pulumi-aws/issues/1636
@seunggs there are no simpler solutions that i know atm sorry.