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

✨ NEW: Integration with a daemon #14

Open
mbercx opened this issue Apr 17, 2023 · 0 comments
Open

✨ NEW: Integration with a daemon #14

mbercx opened this issue Apr 17, 2023 · 0 comments

Comments

@mbercx
Copy link
Member

mbercx commented Apr 17, 2023

Currently the submission controller is typically wrapped in a bash script:

while true; do
    # Submit stuff with submission controller in some Python script
    sleep 60
done

This is somewhat archaic, and often requires passing a lot of arguments over and over again. Would be much better if there was some integration with a daemon (e.g. the AiiDA one if possible) that takes care of the regular submissions.

Another note in regard to the move to pydantic: It would be very nice to store submission controller instances (that should contain care of all the details regarding the submission) and them connect them to the daemon with a simple CLI command and the stored JSON file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant