https://github.com/dennisshevtsov/quartz-sample
Quartz+ASP.NET Core+Postgres
https://github.com/dennisshevtsov/quartz-sample
asp-net asp-net-core docker docker-compose postgres postgresql quartz-net
Last synced: 6 months ago
JSON representation
Quartz+ASP.NET Core+Postgres
- Host: GitHub
- URL: https://github.com/dennisshevtsov/quartz-sample
- Owner: dennisshevtsov
- License: mit
- Created: 2024-01-08T10:17:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T09:15:18.000Z (over 2 years ago)
- Last Synced: 2024-01-22T08:15:09.201Z (over 2 years ago)
- Topics: asp-net, asp-net-core, docker, docker-compose, postgres, postgresql, quartz-net
- Language: C#
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quartz Sample
This repository contains a minimal Quartz project which shows how to integrate Quartz with ASP.NET Core and PostgreSQL.
There is a docker compose file in the solution which has all required dependecies. You can run the sample on your enviroment running command `docker-compose up -d` in the root folder of the solution or using Visual Studio.
The project has a simple job which runs every 10 seconds, use Docker's or Visual Sturio's log console to see that the job is working.