like if u see in above image my project name is abcd18 and under that there are experiments Experiment1, Experiment2 etc.
Hi @<1523701205467926528:profile|AgitatedDove14> , I wanted to ask you something. Is it possible that we can talk over voice somewhere so that I can explain my problem better?
If you one each "main" process as a single experiment, just don't call Task.init in the scheduler
Sure @<1523720500038078464:profile|MotionlessSeagull22> DM me 🙂
so what I have done is rather than reading sequentially I am reading those experiments through multiprocessing and for each experiment I am creating new task with specified project_name and task_name
No. since you are using Pool. there is no need to call task init again. Just call it once before you create the Pool, then when you want to use it, just do task = Task.current_task()