Hello, I have a simple_one_for_one supervisor. Its workers are meant to perform one task/transaction then terminate. How should this worker be defined ? Using gen_server seem to be the easiest but I'm confuse about terminating the worker. Thanks tee