pancy
pancy
@jenks-guo-filecoin is this still an issue?
@mgenev not sure if this is still an issue, but make sure your `options` within **connect** or **express** (or whatever you used as server) doesn't specify `keepalive: true` I got...
Please help review this when you get a chance @dawnkelly09 @DeveloperAlly @longfeiWan9
Seems to me like a cron job in another container might be fitting. Maybe a pure service that takes any data object (in JSON perhaps) and response with a CSV...
@heytitle I see. Why weekly then? That sounded like something that's not user-facing.
So basically the route send a GET request with relevant query params or payload to the database, retrieve the data and do the parsing to CSV or whatever format on...
@heytitle you mean the api server responds with `Content-Type: 'text/csv'` and does the parsing in the back end while the UI returns a promise and display a download element when...