Skip to content

taonic/gocraft-work-example

Repository files navigation

gocraft-work-example

An example CLI program for showcasing gocraft/work

Requirements

You will need Redis and godep installed

Get it running

dep ensure
go build

./gocraft-work-example enqueue
Enqueued: send_email with Paylod: map[address:[email protected] subject:hello world customer_id:4]
Enqueued: upload_s3 with Paylod: map[bucket:my-s3-bucket]

./gocraft-work-example process
Starting job: upload_s3
Upload: my-s3-bucket
Starting job: send_email
Send email to: [email protected] with subject: hello world and customer id: 4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages