-
https://cloud.google.com/bigquery/docs/scheduling-queries
-
Should have an option to set an invoice recurring.
For monthly invoices the user should be able to set the recurring period so that the invoices are generated automatically every month on that date.
-
```
I used the backup function today, and realised one thing. I'd like Shuffle to
backup my tasks on schedule. So that when the shit hits the fan, I can feel
safe in the backup scenario.
Perhaps co…
-
Scheduled games of teammates (in chronological order).
-
Scheduled Games of teammates (in chronological order).
-
**Description**:
Currently, our greeting workflow is managed manually, which requires team members to remember to send greetings or reminders at specific times. This manual process is time-consum…
-
```
What steps will reproduce the problem?
1. scheduling an email to be sent to a cohort
2. enrolling users to this cohort
3. checking the email schedule after the "send date"
What is the expected ou…
-
```
What steps will reproduce the problem?
1. scheduling an email to be sent to a cohort
2. enrolling users to this cohort
3. checking the email schedule after the "send date"
What is the expected ou…
-
Could you please share an example how scheduled script should be run.
This is mine:
```
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
bin=${DIR}/../
lib=${DIR}/../../lib
echo '
{
"type…
-
Questions:
1. are these idempotent?
schedule explicit event foo repeat "_/5 \* \* \* *"
schedule explicit event foo repeat "_/4 \* \* \* *"
Right now, they are not. Making them idempotent is…