Skip to content

rook should log to the "job-output.txt" when using original files #147

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
agstephens opened this issue Mar 18, 2021 · 3 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@agstephens
Copy link
Contributor

rook should log to the "job-output.txt" when using original files file when using original files. At the moment there is no output and this looks like things may have failed, so we just need to add some informative statements into the log file to show what has happened.

@cehbrecht
Copy link
Collaborator

It looks like the pywps logs are going to nowhere ... I only see logs by daops/clisops ...

@cehbrecht cehbrecht added the bug Something isn't working label Mar 21, 2021
@cehbrecht
Copy link
Collaborator

cehbrecht commented Mar 22, 2021

There is still the pywps database to check the status of the jobs:

pywps=> select * from pywps_requests where operation='execute' and status=2 order by time_end DESC;
  • Accepted and in queue: status=1
  • Running: status=2
  • Success: status=4
  • Failed: status=5

@agstephens
Copy link
Contributor Author

Thanks @cehbrecht

@agstephens agstephens self-assigned this Mar 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants