serverless / serverless-local-schedule

⚡️🗺️⏰ Schedule AWS CloudWatch Event based invocations in local time(with DST support!)
MIT License
72 stars 11 forks source link

Fix Object.assign() race condition #2

Closed hughns closed 6 years ago

hughns commented 6 years ago

Effectively create a new instance of schedule for each new crontab entry.

Without this change I am seeing the same schedule expression duplicated 6 times instead of 6 different expressions.

dschep commented 6 years ago

Released as 0.1.3