How to best handle tasks when pulling from a job queue

How can I get a result from scheduled job from rihanna?

Rihanna.schedule(
    {MyApp.Work, :need_to_get_some_result, [arg1, arg2]}, 
    at: DateTime.from_naive!(schedule_datetime, "Etc/UTC")
)