iron_go3
iron_go3 copied to clipboard
Go lib for IronMQ v3.
Hi, the Godocs are currently not shown on: https://pkg.go.dev/github.com/iron-io/iron_go3 Can you please add a LICENSE file. It's also useful for companies using having a proper license so this does not...
Trying to run the tests I'm running into some issues, blocker being missing of `NewGoCodePackage` method which preparas a Code package. Any idea where to find the implementantion of this?...
It's experimental support for tasks which acted as synchronous. Usage example: ``` task := worker.Task{CodeName: "iron/hello"} w := worker.New() result, err := w.TaskRun(task) ``` `result` will contain a task's stdout.
Retries [sometimes with delays] feature note. See how it [looks like](https://github.com/featalion/iron_go3/tree/hidden-feature-documentation#important-notes).