Jesse Dijkstra

Results 5 comments of Jesse Dijkstra

It is possible to write this yourself when you dig a little into the API: ```ex defp has_job?(arguments), do: Enum.any?(jobs(), &(&1 == arguments)) defp jobs() do Toniq.JobPersistence.jobs |> Enum.filter(&(&1.worker ==...

As far as I know you can list the current jobs with `Toniq.JobPersistence.jobs`. This will result in a list with maps similar to this: ```ex [ %{ arguments: "results.com", id:...

@tdhulster Problem is, this is not automated. I calculate the SHA on my own computer and commit to the tap. @glnds wanted to automate this with https://goreleaser.com/.

**The first approach:** As discussed, seems to heavily break the intended live cycle of CellJS nodes. **The second approach:** Very terse but also very clear of what happens when you...