Martin Walk
Martin Walk
I don't know much about the implementation of rq. As a user, I imagine something like: ``` from rq import get_current_job def mytask(): job = get_current_job() job.fail("That’s why I fail.")...
> Is there a possibility to raise an exception from "outside" of the worker or job in order to cancel/stop an ongoing job? This issue is about failing a job...
Thank you, @selwin.
Thank you for the clarifications, @miku. I started over with a fresh base directory since, but I can reproduce your suggestions. More telling Error-Messages would be nice. Unfortunately I don't...
I can confirm the same problem. For us it is crucial to be able to limit some steps to scope _workflow_. Is it possible to consider this bug as high...
We also found, that if you open an item from within DSpace via a `routerLink`, the problem does not occur. But when you open it directly by pasting the same...
What is the meaning of `sequenceId`? And the `sequenceID` is independent of the bug. The bug also occurs with the correct `sequenceID`.
I had some success testing it. But it stumbled over a title that included a colon character: The title I tested was "Tradition as a Stepping Stone for a Microbial...
For me, it only works with very short titles. As soon as I test with longer titles, there are no matches. I followed this back to the Solr queries and...
@kshepherd I had the problem also with pure Solr queries via the Solr WebUI or the Solr REST API. So it did not matter if the items were in workspace,...