Results 19 comments of Bailey

We are seeing the same issue (identical version updates) ![image](https://user-images.githubusercontent.com/3185073/76239301-3d4f2680-6229-11ea-8884-68a23e387dcc.png)

Useful example of F# on .NET5 in Azure functions: https://github.com/Choc13/az-function-fsharp-net5

Yeah so these are caused when queue jobs are run, in our case using the Async Queue plugin

Was anyone able to look into this and maybe provide a more detailed explanation of ths issue and how to resolve? We saw this on one cluster randomly so would...

In our case the issue seemed to be some sort of race condition where ArgoCD (our Gitops tool) would successfully update the CRDs but fail to update the pods. We...

Just wondering if there was any progress on this issue - we just experienced the same problem updating some development clusters (with only two replicas so the chances of the...

Following up on this I feel like there might be something amiss, when running asset reindex we see hundreds of optimize image jobs put into the Craft queue. Would you...

We don't use silhouettes, do the low resolution placeholders always get regenerated regardless if they previously existed? We are looking at maybe 200 images of up to 4-5k resolution so...

Just to confirm, these jobs should be limited to max PHP memory allocated (in our case 512MB) - we only run 2 jobs concurrently so a little perplexed why it...

Interesting - any way to limit that process outside of PHP? Sort of defeating the point of our nice serverless solution if the placeholder images can cause such large memory...