https://github.com/sandro/sidejob
Go background job runner
https://github.com/sandro/sidejob
Last synced: 9 months ago
JSON representation
Go background job runner
- Host: GitHub
- URL: https://github.com/sandro/sidejob
- Owner: sandro
- Created: 2019-05-17T20:27:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-28T11:46:27.000Z (almost 7 years ago)
- Last Synced: 2025-04-06T05:47:43.114Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Sidejob
======
Install
------
```
go get github.com/sandro/sidejob/...
```
Running jobs
-----------
```
sidejob
```
Running the web interface
-----------
```
sidejob web
```