Hi People,
I’m looking for a way in order to schedule a method in gatling actor instance, after reading some documents and responses from Gatling User Group with gatling latest version we can schedule/poll a http call using polling(https://gatling.io/docs/current/http/polling/) concept but I’m precisely looking for a scheduling of Any
Looks like akka actor system i.e underneath of gatling framework supports scheduling a message/function in an actor instance
https://doc.akka.io/docs/akka/2.5/scheduler.html
https://blog.knoldus.com/scheduling-jobs-with-akka-scheduler/
Is it possible to get akka actor instance in gatling simulation and schedule a function using same actor system ?
/Mahesh