bio-guoda / guoda-services

Services provided by GUODA, currently a container for tickets and wikis.
MIT License
2 stars 0 forks source link

how can I check on a makeparquet task? #55

Closed jhammock closed 5 years ago

jhammock commented 5 years ago

I've been waiting ~4 hours for a parquet file to appear in /tmp/dwca/newresource/, which is dramatically longer than it usually takes (to make a parquet of the two files currently in that directory). The command I usually use was met with "success: true", so I presume it's possible this task is still running. Is there a way I can check on it?

jhammock commented 5 years ago

I would still like to know the answer to this question, but I eventually repeated this task and it ran normally

jhpoelen commented 5 years ago

@jhammock my intuition about this is that an effechecka job was processing and your dwca conversion job got rejected. Having a queuing mechanism (see #28) with a view on the queue would help to (1) ensure that the job gets run eventually and (2) get some view into the job execution mechanism. Curious to hear your thoughts.

jhammock commented 5 years ago

a visible queue would entirely meet my particular needs, yes. I can see a number of things already in Jenkins and wasn't sure what I needed wasn't in there somewhere already...

mjcollin commented 5 years ago

Likely root cause is #59 Can I close?