issues Search Results · repo:acaloiaro/neoq language:Go
Filter by
52 results
(94 ms)52 results
inacaloiaro/neoq (press backspace or delete to remove)I ve got the following code that s enqueuing jobs. I also had this as a JSON string, but neither option has worked.
ctx := context.Background()
jobID, err := w.queue.Enqueue(ctx, jobs.Job{
Queue: ...
adamdecaf
- 5
- Opened on Oct 25, 2024
- #135
Hi Adriano,
Thanks for creating this amazing library! We have used it at our organization and it fits really well for our use cases.
The main requirement for us was that we needed a job queue backend ...
stale
pranavmodx
- 2
- Opened on Apr 29, 2024
- #129
I ve got a process that gets stuck in a loop on launch with this error:
16:45:04: job failed queue=alert error= error getting job from context: context has no Job job_id=4
16:45:04: job failed job_error= ...
pconstantinou
- 6
- Opened on Mar 25, 2024
- #123
Steps to reproduce:
- Create a queue and handler
- Add a job that has RunAfter: time.Now().Add(time.Hour)
Expected:
- Job doesn t run for an hour
Actual:
- Job runs immediately
In a fork, ...
stale
pconstantinou
- 4
- Opened on Feb 26, 2024
- #120
Re:
https://github.com/acaloiaro/neoq/blob/main/backends/postgres/migrations/20230902105301_make_fingerprint_index_unique.up.sql#L2
The index would prevent two separate queues from enqueuing the same ...
pconstantinou
- 2
- Opened on Feb 26, 2024
- #119
Hi there, I had a need for a simple queuing system with swappable storage options. And neoq has worked great!
But I m developing a commercial product and I ve just noticed the agpl license. This means ...
philwinder
- 3
- Opened on Jan 27, 2024
- #115
I got this somewhat mystifying error:
`unable to run migrations error= parse \ postgres://postgres:d+]pa \ : invalid port \ :d+]pa \ after host
Turns out that in initializeDB() we re-construct the connection ...
pconstantinou
- Opened on Jan 21, 2024
- #112
How do I run periodic multi jobs? I tried some ways and couldn t, so I decided to ask for help so I could understand a
little.
image
felipelyp
- 2
- Opened on Jan 7, 2024
- #110
I want to be able to Enqueue a job and then override it with a newer payload and an updated RunAt time.
It looks like, using the Fingerprint mechanism, I could define a Job as a replacement for another ...
stale
pconstantinou
- 2
- Opened on Dec 21, 2023
- #108
Hello,
We ve ran into an issue where scheduled jobs (run later) do not get executed when Neoq is running as a service. I don t
have the time to work out an example ATM but it should be fairly easy to ...
BillBuilt
- 4
- Opened on Nov 22, 2023
- #105

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.