Schedule perl script as pipeline job?

LabKey Support Forum (Inactive)
Schedule perl script as pipeline job? jeckels  2010-03-19 16:31
Status: Closed
 
Hi Ben,

We don't have general-purpose cron-like scheduling for running pipeline jobs within LabKey Server.

The way that R scripts are automatically able to authenticate to the server based on the user that launched them is unique to R. It's most likely possible to enable this for other external tools, like Perl, but since the scripts call to the server using HTTP requests, it requires work to get them to use the correct HTTP session ids.

Thanks,
Josh