Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intermittent missing invocations of console commands #36

Open
reganjohnson opened this issue Feb 17, 2021 · 1 comment
Open

Intermittent missing invocations of console commands #36

reganjohnson opened this issue Feb 17, 2021 · 1 comment

Comments

@reganjohnson
Copy link

Hello,

I wanted to know if anyone has experienced missing invocations of some of their console commands? I have an EventBridge setup to run each minute, invoking my artisan Lambda, running schedule:run... this is working for the vast majority of jobs.

There are some commands that seem to never get run (even though they work fine using the sls invoke -f artisan --stage prod --data "artisan:command").

Here is an example of a job that should be called hourly - you can see some random gaps.

Screen Shot 2021-02-17 at 9 06 58 AM

I have checked other jobs that are more frequent, and they seem to be running on schedule (every 2 minutes) without gaps... and I have another job that is scheduled daily() that never gets invoked.

I have changed the EventBridge to use the cron(* * * * ? *) rule instead of the rate(1 minute).

Any help would be appreciated - thanks!

@mnapoli
Copy link
Member

mnapoli commented Feb 17, 2021

Oh wow that is weird! It might be worth asking the AWS support about this?

And on my side I've never seen this but I don't use events like this too much, only on smaller projects and I don't check their logs enough I'm afraid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants