comparison man/sciworkerd.8 @ 66:5076be758687 0.1.0

misc: update before 0.1.0 release
author David Demelier <markand@malikania.fr>
date Sat, 20 Aug 2022 10:36:55 +0200
parents 562372396019
children 71cd8447e3a4
comparison
equal deleted inserted replaced
65:471410c90954 66:5076be758687
60 Set the API authentication to 60 Set the API authentication to
61 .Ar key . 61 .Ar key .
62 .It Fl t Ar timeout 62 .It Fl t Ar timeout
63 Defines in seconds the 63 Defines in seconds the
64 .Ar timeout 64 .Ar timeout
65 before a job will be killed. 65 before a job will be killed. Default: 600 seconds.
66 .It Fl u 66 .It Fl u
67 Set the 67 Set the
68 .Ar url 68 .Ar url
69 for connecting to 69 for connecting to
70 .Xr scid 8 . 70 .Xr scid 8 .
95 .It Ev SCI_API_KEY 95 .It Ev SCI_API_KEY
96 Secret API key to perform requests. 96 Secret API key to perform requests.
97 .It Ev SCI_WORKER 97 .It Ev SCI_WORKER
98 Defines the worker name to connect as. 98 Defines the worker name to connect as.
99 .El 99 .El
100 .\" EXAMPLES
101 .Sh EXAMPLES
102 Register as openbsd worker
103 .Bd -literal -offset indent
104 $ sciworkerd -w openbsd
105 .Ed
106 .Pp
107 Run with maximum of four tasks in parallel with a timeout of five minutes
108 .Bd -literal -offset indent
109 $ sciworkerd -j 4 -t 300
110 .Ed
100 .\" SEE ALSO 111 .\" SEE ALSO
101 .Sh SEE ALSO 112 .Sh SEE ALSO
102 .Xr sci 7 , 113 .Xr sci 7 ,
103 .Xr scictl 8 , 114 .Xr scictl 8 ,
104 .Xr scid 8 115 .Xr scid 8