https://github.com/punit-naik/quartzite-postgresql
A small helper library to set up Quartzite scheduler with PostgreSQL as a store
https://github.com/punit-naik/quartzite-postgresql
clojure postgresql quartz-scheduler quartzite scheduler
Last synced: about 2 months ago
JSON representation
A small helper library to set up Quartzite scheduler with PostgreSQL as a store
- Host: GitHub
- URL: https://github.com/punit-naik/quartzite-postgresql
- Owner: punit-naik
- License: other
- Created: 2024-07-22T21:07:55.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-07-24T19:38:08.000Z (10 months ago)
- Last Synced: 2025-02-15T12:36:08.716Z (3 months ago)
- Topics: clojure, postgresql, quartz-scheduler, quartzite, scheduler
- Language: Clojure
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# quartzite-postgresql
A small helper library to set up Quartzite scheduler with PostgreSQL as a store
[](https://circleci.com/gh/punit-naik/quartzite-postgresql/tree/master)
[](https://clojars.org/org.clojars.punit-naik/quartzite-postgresql)## Usage
### Test
```
lein with-profiles +dev test
```## License
Copyright © 2024 [Punit Naik](https://github.com/punit-naik)
This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0.This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the Eclipse
Public License, v. 2.0 are satisfied: GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or (at your
option) any later version, with the GNU Classpath Exception which is available
at https://www.gnu.org/software/classpath/license.html.