We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a862df commit dd35fd2Copy full SHA for dd35fd2
README.md
@@ -19,7 +19,7 @@ import "github.com/bamzi/jobrunner"
19
20
func main() {
21
jobrunner.Start() // optional: jobrunner.Start(pool int, concurrent int) (10, 1)
22
- jobrunner.Schedule("@every 5s", ReminderEmails{})
+ jobrunner.Schedule("@every 5s", ReminderEmails{}, "emails") // support user define job name
23
}
24
25
// Job Specific Functions
0 commit comments