Autorise the lenght of the job names to be up to 30 characters: functionName.Length > 30
Files :
https://github.com/SlimPlanet/SlimFaas/blob/main/src/SlimFaas/Endpoints/JobScheduleEndpoints.cs
https://github.com/SlimPlanet/SlimFaas/blob/main/src/SlimFaas/Endpoints/JobEndpoints.cs
Do not forget to update unit tests in :
tests/SlimFaas.Tests/Jobs/JobEndpointsTests.cs
tests/SlimFaas.Tests/Jobs/JobScheduleEndpointsTests.cs
Autorise the lenght of the job names to be up to 30 characters: functionName.Length > 30
Files :
https://github.com/SlimPlanet/SlimFaas/blob/main/src/SlimFaas/Endpoints/JobScheduleEndpoints.cs
https://github.com/SlimPlanet/SlimFaas/blob/main/src/SlimFaas/Endpoints/JobEndpoints.cs
Do not forget to update unit tests in :
tests/SlimFaas.Tests/Jobs/JobEndpointsTests.cs
tests/SlimFaas.Tests/Jobs/JobScheduleEndpointsTests.cs