Jason Kraus

Results 73 comments of Jason Kraus

Yes, I have done this. You will need convoy running on every node.

One thing I haven't tried with swarm is rescheduling: https://docs.docker.com/swarm/scheduler/rescheduling/ For EBS, convoy will need to detach the EBS volume from the original node before attaching it to a new...

For those curious of @DannyDelott changes to support this feature, you can view the diff we used to goto production to support this feature here: https://github.com/mapbox/mapbox-gl-draw/compare/main...CalthorpeAnalytics:mapbox-gl-draw:master#diff-c5de164fc4c2e06e1053418f2c5127ba4fafe0ad283a9349412ddefb83a07c38R308

I think this is technically an enhancement to add support for IntegerChoices and TextChoices, and I like it allot! IMHO we have always struggled to deliver an clean Enum experience...

Current challenge is that the django field gets a choice tuple and not the enum itself. Probably means we can't autoamgically link the enum when defining the ObjectType.

This is currently impacting me, but on node v18. What would an acceptable unit test be for this?

From my own manual testing, swapping the order here: https://github.com/sinonjs/fake-timers/blob/b568150a78c41dc89c8fd73186dc8fa10b1b2c6e/src/fake-timers-src.js#L1755-L1760 is enough to resolve the issue for me anyways.

Having to create the volume again would not work well with swarm rescheduler: https://docs.docker.com/swarm/scheduler/rescheduling/

We can do this using html2canvas. It would be nice to see a community owned project provide this functionality.