ecschedule icon indicating copy to clipboard operation
ecschedule copied to clipboard

ecschedule is a tool to manage ECS Scheduled Tasks.

Results 10 ecschedule issues
Sort by recently updated
recently updated
newest added

I have tried specifying a `trackingId` in YAML. > We have a problem when trying to use the -prune option in our project. > Our project has multiple YAML files...

Hello, I'm currently using ecschedule in a project. The tool you made is super helpful!! We have a problem when trying to use the `-prune` option in our project. Our...

I wanna lookup multi tfstate files in pulgins secion. like ↓ ```yaml plugins: - name: tfstate config: url: s3://tfstate/first.tfstate func_prefix: first_ - name: tfstate config: url: s3://tfstate/second.tfstate func_prefix: second_ ```...

Hi, I appreciate you to create a useful tool. It helps me everytime! I want to use the `CapacityProviderStrategy` parameter because we can use FARGATE_SPOT by it. It has a...

## Summary It's always detected as a diff even though I haven't changed the role. ## Steps to reproduce ``` $ cat ecschedule.yaml region: ap-northeast-1 cluster: default rules: - name:...

In Windows environment, [the installation via aqua described in the README](https://github.com/Songmu/ecschedule/blob/ecbe01c40f1b221f5e3da65ca6c3244ed1c02c77/README.md#aqua), it is not actually installed, and the error message "command not fonund" is displayed. ## Example. > [!NOTE] >...

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies

Thank you for providing such a useful library. In projects where multiple clusters share the same codebase (e.g., feature, staging environments), the ecschedule.yaml file remains the same. However, when tasks...

Hello, I'm currently using ecschedule in a project. Thank you for such useful tool! I am hoping a feature enhancement to support `taskOverrides` in the following way: **Adding `taskOverrides` to...

初めまして。 とても便利に使わせて頂いています。 jsonnetでecscheduleを利用させて頂いているのですが、tfstateを利用する場合一部条件でエラーが発生してしまうようなので報告します。 ## 現象 ### エラーが出ないパターン tfstateは一つのみ読み込む。 ``` plugins: [ { name: "tfstate", config: { "url": "s3://dummy-state-bucket/terraform.tfstate" } } ] ``` リソースの指定もtfstateで呼び出す。 ``` network_configuration: { awsvpc_configuration: { assign_public_ip: "DISABLED",...