dependabot[bot]
a87cc3dda5
chore(deps): bump golang.org/x/crypto from 0.7.0 to 0.17.0
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.7.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.7.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 10:04:58 -07:00
Adriano Caloiaro
6ea1bb692f
feat: Improve postgres duplicate job detection performance
...
Previously, neoq would query to see if new jobs' (fingerprint, status)
tuple were unique. This change adds a unique index on (fingerprint,
status) and simply allows unique key constraint violations to be
returned from `Enqueue` instead. This prevents one additional query
for every new queue item.
2023-09-02 14:59:32 +02:00
Adriano Caloiaro
a4c54e0f49
Support postgres backend schema migrations
2023-08-28 08:59:40 +02:00
c237f31b4e
Fix slog API change issue
2023-07-17 07:54:22 -06:00
43a0a133f2
Add log level support ( #49 )
2023-05-02 20:17:53 -06:00
1c92db565b
Update slog ( #46 )
2023-04-19 17:05:43 -06:00
aaed37eeb5
Add redis support ( #44 )
2023-04-14 19:11:22 -06:00
Adriano Caloiaro
93a646ae27
Add in-memory backend
...
Co-authored-by: Juan C. Müller <jcmuller@users.noreply.github.com>
2023-02-23 09:35:14 -07:00
Juan C. Müller
1db5b7c557
Bump dependencies
2023-02-19 10:06:29 -05:00
Juan C. Müller
8e8a3176d2
go mod tidy
2023-02-17 23:06:18 -05:00
Adriano Caloiaro
f1f5ea2988
Add periodic job support
2023-02-17 11:29:06 -08:00
Adriano Caloiaro
3a1dbe093b
improve logging functionality
2023-02-16 15:15:39 -08:00
Adriano Caloiaro
ad6f6c0387
Initial commit
2023-02-13 15:35:55 -08:00