#aliraza-subscription-schedule

1 messages · Page 1 of 1 (latest)

weak apex
#

hey there, can you share the schedule id?

tribal chasm
#

@weak apex

#

sub_sched_1JVKFyHswjr8bdMVdDv1ltod

weak apex
tribal chasm
#

the link is not extended

weak apex
#

what do you mean?

tribal chasm
#

@weak apex what is mean by released

weak apex
#

it means the schedule did what you asked it to, then released the subscription it was managing. what were you expecting the schedule to do?

tribal chasm
#

okay in my use case my client is hiring a freelancer for monthly basis but for future dates like i am client and i am hiring someone from 10th september.
so i am using schedule api and start date i am adding 10th september and i am storing schedule_id in my database and one of my cron job is check when schedule api have subscription value then retrieve the subscription but this time there is no subscription id in subscription parameter

weak apex
#

and then after it was started, it was released

#

the subscription is released, it is no longer managed by the schedule. that's why you can find it as released_subscription

tribal chasm
#

i noticed when schedule status is active it's showing the id but now not

weak apex
#

yes, because it was managing the subscription then

#

now it is released, it's done

tribal chasm
#

so i will put the condition if status is active then check subscription parameter and if status is released then released_subscription

weak apex
#

exactly, yes 🙂

tribal chasm
#

thanks