Settings and activity
26 results found
-
13 votesDiogo Passadouro supported this idea ·
-
2 votesDiogo Passadouro shared this idea ·
-
1 voteDiogo Passadouro shared this idea ·
-
7 votesDiogo Passadouro supported this idea ·
-
9 votesDiogo Passadouro supported this idea ·
-
10 votesDiogo Passadouro supported this idea ·
-
15 votesDiogo Passadouro supported this idea ·
-
26 votesDiogo Passadouro supported this idea ·
-
8 votesDiogo Passadouro supported this idea ·
-
5 votesDiogo Passadouro supported this idea ·Diogo Passadouro shared this idea ·
-
7 votesDiogo Passadouro supported this idea ·
-
29 votes
Backlog is being re-prioritized
Diogo Passadouro supported this idea · -
5 votesDiogo Passadouro supported this idea ·
-
11 votesDiogo Passadouro supported this idea ·
-
6 votesDiogo Passadouro shared this idea ·
-
3 votes
I will leave this open to see if we get more votes over the next 6 months. This can be accomplished easily with a simple shell script and Aiven CLI with a cron job for example:
0 19 * * 1-5 /path/to/shutdown.sh # Shutdown at 7:00 PM (19:00), Monday-Friday 0 6 * * 1-5 /path/to/startup.sh # Startup at 6:00 AM (06:00), Monday-Friday
#!/bin/bash
# Replace with your Aiven project and service names
PROJECT_NAME="your-project-name"
SERVICE_NAME="your-service-name"
aiven service stop/start $PROJECT_NAME $SERVICE_NAME
Diogo Passadouro shared this idea · -
2 votesDiogo Passadouro shared this idea ·
-
10 votesDiogo Passadouro supported this idea ·
-
6 votesDiogo Passadouro supported this idea ·
-
8 votesDiogo Passadouro supported this idea ·