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

Long running import causes Gateway Time-out (504) error #87

Open
2 tasks
codescape opened this issue May 4, 2023 · 3 comments
Open
2 tasks

Long running import causes Gateway Time-out (504) error #87

codescape opened this issue May 4, 2023 · 3 comments
Labels
bug Something isn't working import Feature: Import templates from other plugins

Comments

@codescape
Copy link
Owner

codescape commented May 4, 2023

If the data set is too big the import will run into a Gateway Time-out (504) on the browser side but the import will still continue and finish. This should be changed and the import should be implemented more robustly - for example will a long running task with the current results being reported by the GUI.

Tasks

@codescape codescape added bug Something isn't working import Feature: Import templates from other plugins labels May 4, 2023
@codescape
Copy link
Owner Author

@codescape
Copy link
Owner Author

A dependency to jira-core is required:

    <dependency>
        <groupId>com.atlassian.jira</groupId>
        <artifactId>jira-core</artifactId>
        <scope>provided</scope>
    </dependency>

@codescape
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working import Feature: Import templates from other plugins
Projects
None yet
Development

No branches or pull requests

1 participant