pschlan / cron-job.org

cron-job.org Open Source project
GNU General Public License v2.0
1.49k stars 253 forks source link

Failed (output too large) #94

Closed harismateen closed 3 years ago

harismateen commented 3 years ago

Hi, i am getting this whenever i am putting any URL? Failed (output too large)

![Uploading 35C98BE8-C56C-46E7-9B5D-03F2E6EDE235.png…]()

pschlan commented 3 years ago

Your URL returns too much data. We limit response data to 8192 Bytes (8 KB). Usually a cron job URL would return nothing, or just a very short status like "OK". I'd recommend to check your script and/or its settings if it allows to make the output less verbose.

harismateen commented 3 years ago

Is there away to increase this?