AnykeyNL / OCI-AutoScale

Automatic Scaling for OCI BM Database Cloud Service (Schedule based)
Universal Permissive License v1.0
112 stars 64 forks source link

Documentation issue #6

Closed webgeest closed 3 years ago

webgeest commented 3 years ago

On the documentation of the wildcard, it seems that the asterisks are not displayed.

"When a wild card is used, the service will stay unmodified for that hour. For example, the below schedule will turn of a compute instance in the evening/night, but allows the user to manage the state during the day.

Schedule.AnyDay : 0,0,0,0,0,0,0,0,,,,,,,,,0,0,0,0,0,0,0,0 "

This should be 0,0,0,0,0,0,0,0,*,*,*,*,*,*,*,*,0,0,0,0,0,0,0,0 imho.

Use a backslash to escape the * Richard :-)

AnykeyNL commented 3 years ago

Thanks! I fixed it in the markup text.

Op ma 16 nov. 2020 om 08:47 schreef webgeest notifications@github.com:

On the documentation of the wildcard, it seems that the asterisks (*) are not displayed.

"When a wild card is used, the service will stay unmodified for that hour. For example, the below schedule will turn of a compute instance in the evening/night, but allows the user to manage the state during the day.

Schedule.AnyDay : 0,0,0,0,0,0,0,0,,,,,,,,,0,0,0,0,0,0,0,0 "

This should be 0,0,0,0,0,0,0,0,,,,,,,,,0,0,0,0,0,0,0,0 imho.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/AnykeyNL/OCI-AutoScale/issues/6, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABMJWKJCWXDWPFMFHYBQQULSQDKIPANCNFSM4TW2FB4A .

webgeest commented 3 years ago

Issue fixed in documentation.