Amir Szekely

Results 40 issues of Amir Szekely

Our NSIS build broke with 4.8.0: https://github.com/kichik/nsis/actions/runs/10330863317/job/28603274986 Works with SCons 4.7.0: https://github.com/kichik/nsis/actions/runs/9660627425/job/26646616162 The issue can be boiled down to the following: ```py env = Environment() opts = Variables() opts.Add(ListVariable('TEST', 'test',...

bug
Variables
4.8.0

[Cron monitoring](https://docs.sentry.io/platforms/ruby/crons/) has built-in support for sidekiq-cron and sidekiq-scheduler. It would be great if the built-in cron feature of Sidekiq was supported as well. It is limited to [sidekiq-ent](https://sidekiq.org/products/enterprise.html) (the...

sentry-sidekiq
Crons
Feature
Ruby

This PR introduces **Composite Providers**, a powerful new feature that allows you to combine multiple runner providers with different strategies. Composite providers enable advanced runner management patterns like fallback chains...

AWS is releasing L2 constructs for EC2 Image Builder ([RFC 789](https://github.com/aws/aws-cdk-rfcs/issues/789)). We can get rid of our implementation.

Using `dockerSetupCommands` to with Windows runner image builders doesn't seem to work. I get: ``` Error while calling ssm:SendCommand: UnsupportedPlatformType ``` For example: ``` const windowsImageBuilder = FargateRunnerProvider.imageBuilder(stack, 'Windows Image...

Not ready but a good starting point if someone wants to finish it. Resolves #767