winglang/wing

cloud.Schedule: set rate to less than one minute

Open

#1.551 geöffnet am 15. Feb. 2023

Auf GitHub ansehen
 (6 Kommentare) (1 Reaktion) (0 zugewiesene Personen)TypeScript (214 Forks)github user discovery
good first issue✨ enhancement🎨 sdk

Repository-Metriken

Stars
 (5.385 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Community Note

Please vote by adding a 👍 reaction to the issue to help us prioritize. If you are interested to work on this issue, please leave a comment.

Feature Spec

There is a scheduling limitation in AWS and sim targets, making it impossible to create a schedule for less than one minute.

Use Cases

Adding the possibility of creating a schedule with a frequency of less than 1 minute

Implementation Notes

As @Chriscbr pointed out, it is possible to run tasks in less than a minute but it would take additional work to change the current schedule (aws) implementation

Some examples of implementations cdk-lambda-subminute paws-lambda-time-trigger

Component

SDK

Contributor Guide