diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-10-02 14:56:59 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-10-02 14:56:59 -0400 |
commit | f6c504630ecfa38c1516123019bdf67b921f1107 (patch) | |
tree | 597b69dcf3f2f3ac94bc5fd164a81a44dfb51336 /include | |
parent | 4b948ef52add8c3a93aef6fd38a3928ccf4e36d7 (diff) | |
download | stasis-f6c504630ecfa38c1516123019bdf67b921f1107.tar.gz |
Allow user to define the time interval for "task is running" message
Diffstat (limited to 'include')
-rw-r--r-- | include/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/core.h b/include/core.h index 5011dea..ae0e8fe 100644 --- a/include/core.h +++ b/include/core.h @@ -65,6 +65,7 @@ struct STASIS_GLOBAL { bool enable_rewrite_spec_stage_2; //!< Enable automatic @STR@ replacement in output files long cpu_limit; long parallel_fail_fast; + int pool_status_interval; //!< Report "Task is running" every n seconds struct StrList *conda_packages; //!< Conda packages to install after initial activation struct StrList *pip_packages; //!< Pip packages to install after initial activation char *tmpdir; //!< Path to temporary storage directory |