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

Async update/create issues #282

Open
eoss-tw opened this issue May 11, 2021 · 2 comments
Open

Async update/create issues #282

eoss-tw opened this issue May 11, 2021 · 2 comments
Assignees
Labels

Comments

@eoss-tw
Copy link

eoss-tw commented May 11, 2021

Hi, we need to create or update multiple (1000+) issues at once. Do you plan to extent the engine to support async write access to the redmine rest api? Or do you have a performant example to upload batches of issues? Right now the issue creation process on our side takes up to several hours for large batches.

Thanks,
Thilo

@maxtepkeev maxtepkeev self-assigned this May 12, 2021
@maxtepkeev
Copy link
Owner

Hi, basically there's no API on Redmine side for batch create or update, so we have to do it one by one, and the best we can do is to parallelize the process, Pro version has engines based on threads and processes, but there's only support for read operation. I surely do have plans to extend support for create/update operations as well as to add support for async, but I can't provide you with any ETA unfortunately.

@eoss-tw
Copy link
Author

eoss-tw commented May 12, 2021 via email

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

No branches or pull requests

2 participants