sasjs / server

Build Apps on Base SAS
https://server.sasjs.io
MIT License
20 stars 3 forks source link

New API endpoints required #373

Closed allanbowe closed 2 weeks ago

allanbowe commented 3 weeks ago

These will enable a WAITFOR equivalent to be built for SASjs Server, similar to: https://core.sasjs.io/mv__jobwaitfor_8sas.html

The endpoints are:

The response should be the folder of the SAS WORK folder. This should be returned immediately (don't wait for the SAS job to finish).

We also need a configuration setting (.env entry) to decide how often to clear out those work directories (eg, if these jobs take up to 6 hours to run, then an admin can set that the directories should not be erased for 6 hours)

github-actions[bot] commented 2 weeks ago

:tada: This issue has been resolved in version 0.37.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: