adamkewley / jobson

A platform for transforming command-line applications into a job service.
Apache License 2.0
256 stars 20 forks source link

Input size limit #57

Closed Russel88 closed 4 years ago

Russel88 commented 4 years ago

Thank you for a great platform!

There seems to be a size limit for a string array input, where I simply get this unspecific error:

Error loading submitting job There was an error loading submitting job from the Jobson API. The APIs error message was: Error.

The limit seems to be at 1MB

Is there a way to increase the maximum input size?

Or even better, is there a way to upload a file as an input, instead of a string array?

Regards, Jakob

Russel88 commented 4 years ago

Apparently it works fine when hosting it as a local webserver

Russel88 commented 4 years ago

It was a problem with my nginx configuration.