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

Integrate import thread pool with others #77

Open
joshmoore opened this issue Dec 19, 2019 · 0 comments
Open

Integrate import thread pool with others #77

joshmoore opened this issue Dec 19, 2019 · 0 comments

Comments

@joshmoore
Copy link
Member

see: https://github.com/ome/omero-blitz/pull/65/files#r321705576

            keepAlive = new ClientKeepAlive();
            keepAlive.setClient(this); // This is used elsewhere.
            executor = new ScheduledThreadPoolExecutor(1);
            executor.scheduleWithFixedDelay(keepAlive, keepAliveRate, keepAliveRate, TimeUnit.SECONDS);
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