apache - IronMQ push queue sending unknown HTTP requests -
i setup push queue endpoint post /iron
, works fine. i'm getting bunch of other requests too. these iron.io? what's point of them? they're filling apache log. server returning 500 errors of them (500 instead of 404 in development mode).
post /webhooks
post /orders/webhook
post /api/orders/webhook
edit: looked using multicast
, noticed first server getting these weird requests. seem totally unrelated iron.io. guess it's coincidence they're webhook requests , noticed them now. put server endpoint webhooks. >_<
ironmq won't send "unknown" requests. if endpoint doesn't return 200, push queue keep retrying message until either a) receives 200, or b) fails "max_retries" number of times.
also per featilion's answer, check multicast/unicast/subscriber setup well. if getting requests other endpoints there's subscriber setup.
feel free jump live chat if don't figure out answer rather quickly.
Comments
Post a Comment