https://github.com/yunusefendi52/kulijob
Persisted background jobs processing for .NET. Supports SQLite and PostgreSQL
https://github.com/yunusefendi52/kulijob
background dotnet jobs postgresql queue sqlite
Last synced: 3 months ago
JSON representation
Persisted background jobs processing for .NET. Supports SQLite and PostgreSQL
- Host: GitHub
- URL: https://github.com/yunusefendi52/kulijob
- Owner: yunusefendi52
- License: gpl-3.0
- Created: 2025-01-16T16:50:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-02T17:32:04.000Z (11 months ago)
- Last Synced: 2025-08-02T17:34:13.113Z (11 months ago)
- Topics: background, dotnet, jobs, postgresql, queue, sqlite
- Language: C#
- Homepage:
- Size: 1.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KuliJob
Persisted background jobs processing for .NET. Supports SQLite and PostgreSQL
No documentation yet, still polishing some API, though you can still view the sample project [here](https://github.com/yunusefendi52/KuliJob/tree/main/src/KuliJobWeb)
You can also try the package here:
- Postgres: https://www.nuget.org/packages/KuliJob.Postgres
- Sqlite: https://www.nuget.org/packages/KuliJob.Sqlite