Windows Task Scheduler Library for Go
Stars
151
Forks
34
Watchers
151
Open Issues
12
Overall repository health assessment
No package.json found
This might not be a Node.js project
Merge pull request #13 from capnspacehook/renovate/github.com-rickb777-date-1.x
c2d8b11View on GitHubMerge pull request #12 from capnspacehook/renovate/github.com-rickb777-date-1.x
4985d5cView on GitHubif a running task completes while it is getting parsed, move to the next running task
36a5819View on GitHubMerge branch 'master' of https://github.com/capnspacehook/taskmaster into master
af85997View on GitHubDon't "go get" in the build phase of CI, unnecessary due to modules now
dd88323View on GitHubfixed tests on Win8/Server 2012, and made tests much faster. Apparently, because I was trying to run a task with a disabled trigger, the task scheduler on Win8 would just refuse to run the task.
1cf00c2View on GitHuboverhauled error messages. All fmt.Errorf calls are made consistent by printing errors with "%v", and windows error messages are queried from the OS. TIL about syscall.Errno
afc6189View on GitHub