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

Refactor scheduler to not use fcntl() #329

Open
Josephine-Rutten opened this issue Dec 21, 2023 · 0 comments
Open

Refactor scheduler to not use fcntl() #329

Josephine-Rutten opened this issue Dec 21, 2023 · 0 comments
Assignees

Comments

@Josephine-Rutten
Copy link
Collaborator

Josephine-Rutten commented Dec 21, 2023

Is your feature request related to a problem? Please describe.
We use the package fcntl which is Linux based. This creates a problem for making the Dockers more lightweight and for people developing on a not-Linux machine. fcntl locks specific files. It's only used in the scheduler.py.

Describe the solution you'd like
We could replace the entire scheduler with the package apscheduler.

Other solutions retaining the scheduler
We will use a different packages. Online I found the following suggestions: portalocker, waitress. We can also check if the file locking necessary or if we would prefer to solve it in a different way.

@Josephine-Rutten Josephine-Rutten self-assigned this Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In progress
Development

No branches or pull requests

1 participant