(cancel-credit-subscription req)
Disables a credit subscription by setting the valid-until
timestamp. If a subscription
is not active yet (i.e. the valid-from
time is in the future), it is deleted instead.
Disables a credit subscription by setting the `valid-until` timestamp. If a subscription is not active yet (i.e. the `valid-from` time is in the future), it is deleted instead.
(cancel-dangling-builds req)
Checks any processes that have been running for too long, and kills them. Any associated builds and jobs will be canceled.
Checks any processes that have been running for too long, and kills them. Any associated builds and jobs will be canceled.
(issue-auto-credits req)
Issues new credits to all customers that have active subscriptions that match
the specified date. This means all subscriptions where the valid-from
date
has the same day-of-month. To avoid issuing credits multiple times, credits
are only issued if none exist for that subscription with the same month/year
as the date specified in the request.
The intention is that this endpoint is invoked once per day. Should a call fail, we can easily retry it using the same date.
Issues new credits to all customers that have active subscriptions that match the specified date. This means all subscriptions where the `valid-from` date has the same day-of-month. To avoid issuing credits multiple times, credits are only issued if none exist for that subscription with the same month/year as the date specified in the request. The intention is that this endpoint is invoked once per day. Should a call fail, we can easily retry it using the same date.
(issue-credits req)
Issues ad-hoc credits to a customer.
Issues ad-hoc credits to a customer.
(list-customer-credits req)
Returns overview of the issued credits to a customer
Returns overview of the issued credits to a customer
(login req)
Authenticates admin user by looking up the user of type sysadmin
with given
username that matches given password.
Authenticates admin user by looking up the user of type `sysadmin` with given username that matches given password.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close