{"id":70061,"library":"vmihailenco-taskq-v3","title":"TaskQ","description":"Package taskq implements task/job queue with Redis, SQS, IronMQ, and in-memory backends.","status":"active","version":"3.2.9","language":"go","source_language":null,"source_url":"https://github.com/vmihailenco/taskq","tags":["task-queue","job-queue","redis","sqs","ironmq"],"install":[{"cmd":"go get github.com/vmihailenco/taskq/v3","lang":"bash","label":"Install github.com/vmihailenco/taskq/v3"}],"dependencies":[],"imports":[{"symbol":"taskq","correct":"github.com/vmihailenco/taskq/v3"}],"quickstart":{"code":"package main\n\nimport (\n\t\"context\"\n\t\"github.com/vmihailenco/taskq/v3\"\n)\n\nfunc main() {\n\tq := taskq.NewQueue()\n\ttask := taskq.NewTask(\"example\", func() error {\n\t\treturn nil\n\t})\n\tq.AddTask(context.Background(), task)\n}","lang":"go","description":"Create a task queue and add a task."},"warnings":[],"env_vars":null,"search_vec":"'backend':15 'implement':4 'in-memori':12 'ironmq':10,24 'job':20 'job-queu':19 'memori':14 'packag':2 'queue':6,18,21 'redi':8,22 'sqs':9,23 'task':17 'task-queu':16 'task/job':5 'taskq':1,3","created_at":"2026-06-17T18:09:18.158688+00:00","updated_at":"2026-06-17T18:09:18.158688+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/vmihailenco/taskq","github":"https://github.com/vmihailenco/taskq","docs":"https://pkg.go.dev/github.com/vmihailenco/taskq/v3#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["messaging"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}