https://github.com/sandro/sidejob
Go background job runner
https://github.com/sandro/sidejob
Last synced: about 1 month ago
JSON representation
Go background job runner
- Host: GitHub
- URL: https://github.com/sandro/sidejob
- Owner: sandro
- Created: 2019-05-17T20:27:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-28T11:46:27.000Z (almost 6 years ago)
- Last Synced: 2025-02-12T11:33:31.886Z (3 months ago)
- Language: CSS
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 4
- 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
```