Issue with HTTP API Auto-Update Not Re-running Successfully
I noticed that “Run 1 row” does not re-run HTTP API columns with Auto-update enabled that recently returned a 2xx response. In the attached recording I have recently run the last 3 columns. You can see that the HTTP API column that returns an error queues every time but the Push to Importer column that returns a 200 response does not. Only the first row which had not yet run today queued the second HTTP API call. I have confirmed that unless I see Queued the request is not issued. Based on what I have read it seems like there may be a 24 hour timeout on HTTP API columns with Auto-update enabled. In my use case the HTTP API call is acting as a webhook trigger, so I may need it to run more frequently than once per day. Is there any status code that I can return from that API which will act like a 4xx but not show Error in the cell? I have been testing with GET https://stat.us/205 and similar but it seems like all 2xx codes behave the same in Clay, not repeating the request. All 1xx codes cause the request to hang in Queued state and require stopping manually, and other responses show Error. This is kind of a minor detail since I can just return an error status, but if there is any other way to make sure that ▶️ at the row level always re-runs the column I’m eager to learn! 205 Reset Content seems like the most appropriate status code if you were to choose one non-error status code to behave this way.