Skip to content
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

Consumer hanging forever when using mutlithreading #240

Open
gabrielelibardi opened this issue Feb 27, 2025 · 1 comment
Open

Consumer hanging forever when using mutlithreading #240

gabrielelibardi opened this issue Feb 27, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@gabrielelibardi
Copy link

If I run this command
python src/nwp_consumer/cmd/main.py consume --source=icon --sink=local --rdir=icon/raw --zdir=icon/data --no-rename-vars --create-latest
(and changing the param_group to full) after it is done downloading the raw data it hangs forever. If I add this
dask.config.set(scheduler='single-threaded')
in run() it takes a long time but it eventually finishes the job. It would be interesting to know what command you are using to download the data you upload to hugging face.

@peterdudfield
Copy link
Contributor

Thanks @gabrielelibardi for getting intouch about this. Ill let @devsjc answer this

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