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

Scheduled job processed immediately #449

Closed
skanilabsinc opened this issue Oct 3, 2023 · 1 comment
Closed

Scheduled job processed immediately #449

skanilabsinc opened this issue Oct 3, 2023 · 1 comment

Comments

@skanilabsinc
Copy link

Which Faktory package and version? Faktory 1.7.0 (free version)

Which Faktory worker package and version? faktory-worker 4.5.1

Please include any relevant worker configuration.
When I scheduled the job it is processed immediately, seems like it is ignoring "at"

here is code
```
const faktoryTime = "2024-12-20T15:30:17.111222333Z";
const date = new Date(faktoryTime);
const jobData = {
keyId: keyId,
at: date.toISOString(),// Store the scheduled time as a string
retry: 3,
};
const data = await client.job("Sql", jobData).push();


Please include any relevant error messages or stack traces
None so far.

Are you using an old version?
No

Have you checked the changelogs to see if your issue has been fixed in a later version?
We seem to be on the latest version.

Issue Description:

https://github.com/contribsys/faktory/blob/master/Changes.md
https://github.com/contribsys/faktory/blob/master/Pro-Changes.md
https://github.com/contribsys/faktory/blob/master/Ent-Changes.md
@jbielick
Copy link
Contributor

jbielick commented Oct 3, 2023

Not submitting job payload correctly.

jbielick/faktory_worker_node#402

@mperham mperham closed this as completed Jan 24, 2024
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

3 participants